runtime.gcWork.tryGetObjFast (method)

3 uses

	runtime (current package)
		mgcmark.go#L1244: 		if b = gcw.tryGetObjFast(); b == 0 {
		mgcmark.go#L1340: 		if b = gcw.tryGetObjFast(); b == 0 {
		mgcwork.go#L285: func (w *gcWork) tryGetObjFast() uintptr {